org.apache.torque.adapter
Class DBDB2Net

java.lang.Object
  extended by org.apache.torque.adapter.AbstractDBAdapter
      extended by org.apache.torque.adapter.DBDB2App
          extended by org.apache.torque.adapter.DBDB2Net
All Implemented Interfaces:
java.io.Serializable, DB, IDMethod

public class DBDB2Net
extends DBDB2App

This is used to connect via the NET-Driver to DB2 databases.

http://www-4.ibm.com/software/data/db2/

Version:
$Id: DBDB2Net.java 473821 2006-11-11 22:37:25Z tv $
Author:
Hakan Tandogan, Augustin Vidovic
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.torque.adapter.DB
ADAPTER_KEY, DRIVER_KEY, LIMIT_STYLE_DB2, LIMIT_STYLE_MYSQL, LIMIT_STYLE_NONE, LIMIT_STYLE_ORACLE, LIMIT_STYLE_POSTGRES, LIMIT_STYLE_SYBASE
 
Fields inherited from interface org.apache.torque.adapter.IDMethod
AUTO_INCREMENT, ID_BROKER, NATIVE, NO_ID_METHOD, SEQUENCE
 
Constructor Summary
protected DBDB2Net()
          Empty constructor.
 
Method Summary
 
Methods inherited from class org.apache.torque.adapter.DBDB2App
generateLimits, getIDMethodSQL, getIDMethodType, getLimitStyle, ignoreCase, lockTable, supportsNativeLimit, supportsNativeOffset, toUpperCase, unlockTable
 
Methods inherited from class org.apache.torque.adapter.AbstractDBAdapter
escapeText, getBooleanString, getDateString, getFunctionClass, getStringDelimiter, ignoreCaseInOrderBy, useEscapeClauseForLike, useIlike
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBDB2Net

protected DBDB2Net()
Empty constructor.



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.